home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 11
/
AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso
/
Files
/
Prog
/
T
/
ToolsPlus 2.1.sit
/
Tools Plus 2.1 ƒ
/
Tools Plus 2.1 (C & Pascal)
/
Tools Plus 2.1 for Pascal
/
Starter Files
/
My App.p
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-23
|
116 b
|
11 lines
|
[
TEXT/PJMM
]
program MyApp;
uses
ToolsPlus;
{ Insert your declarations here }
begin
{ Insert your program code here }
end.